home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1924.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-02-24  |  531b  |  25 lines

  1. echo off
  2. cls
  3. if not exist mcs_edit.exe goto err1
  4. if exist install.txt type install.txt
  5. MCS_EDIT -INSTALL
  6. goto end
  7.  
  8. :err1
  9. if exist mcs_run.exe goto err2
  10. echo ERROR - The drive you are installing from must be the currently logged drive...
  11. goto errmsg
  12.  
  13. :err2
  14. echo ERROR - You are trying to install MCS from INSTALLATION DISK 2...
  15. goto errmsg
  16.  
  17. :errmsg 
  18. echo To install MCS from Drive A, place INSTALLATION DISK 1 into Drive A:, and
  19. echo then type the following:
  20. echo       A:
  21. echo       INSTALL
  22. goto end
  23.  
  24. :end
  25.